-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add appveyor for Windows CI support #196
Conversation
# Because of issue #193, we have to keep pip in version 18. | ||
- python -m pip install --disable-pip-version-check pip==18 | ||
- pip install cython | ||
- pip install https://github.com/Qiskit/qiskit-terra/archive/master.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, you can also do this as: pip install git+https://github.com/Qiskit/qiskit-terra.git
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this seems to build and run on windows which fills out the testing for all the supported environments
Summary
This will enable Appveor as our Windows CI.
Details and comments
By merging this PR, all Windows tests will run once every PR or commit is pushed.